Delphi Developer's Guide to XML
Chapter 9 - Microsoft's Document Object Model

Previous   Next   Listings

Microsoft's MSXML package provides XML functionality in a COM format, enabling it to be used from within Delphi after importing its type library. This project requires the MSXML v3 or v4 package from Microsoft.

MSDOMView.dpr   An XML document viewer built around the Microsoft DOM package
MSDOMView1.pas
MSDOMView1.dfm
   The main viewer form

Zipped Files

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings